home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / text / dtp / TileNum.lha / Tile Number / Tile_number.readme < prev    next >
Text File  |  2000-09-04  |  2KB  |  69 lines

  1. Short:    Generates unique numbered document tiles in PageStream 3+
  2. Uploader: lazi@freemail.hu (Lázár Zoltán)
  3. Author:   lazi@freemail.hu (Lázár Zoltán)
  4. Type:     text/DTP
  5. Requires: PageStream 3+, Arexx interpreter
  6.  
  7.         Tile Number V2.0
  8.  
  9.  
  10.     Arexx script for PageStream V3+ Amiga. 
  11.  
  12.  If you want to create copies of the same document with unique numbers,
  13. this script will help you.
  14.  
  15. You can create not only numbered pages (not page numbers), but pages, which
  16. contains multiple tiles of the same object, and every tile has its own number.
  17.  
  18. Installation:
  19.     - Copy the Tile_number.rexx file to your Pagestream Scripts directory.
  20.  
  21. Usage:
  22.     - Use the Pagestream «Script» menu «Play external script» menuitem.
  23.     - In the file selector, choose the «Tile_number.rexx» file. 
  24.  
  25. Controls:
  26.  
  27. - Number of pieces
  28.     The number of tiles on each page. Every tile has one number on it.
  29.  
  30. - Make vars
  31.     Makes the given number of variables. One of each tile. You should
  32.     manually insert these variables to your document, with the «Type» menu
  33.     «Insert»«Variable text» menu item of Pagestream.
  34.  
  35. - Starting number
  36.     The first number, which will incremented by one on the tiles.
  37.  
  38. - Leading string
  39.     A character string, which inserted to the left of the number.
  40.     e.g.: #2563 or Nr.:2563
  41.  
  42. - Number of pages
  43.     How much pages do you want to print.
  44.  
  45. - Number of digits
  46.     Leading zeros will complete the serial number to the wanted length.
  47.  
  48. - Variable base name
  49.     The base name of the variables. If you set this to: 'num', the variable names:
  50.         num1
  51.         num2
  52.         num3
  53.         ... 
  54.  
  55. - Continue downward
  56. - Continue on page
  57.     If you want to number the tiles, incremented one by one on each page, then
  58.     select «Continue on page».
  59.     If you want to print a lot of pages, and wanted to cut the whole package to
  60.     tiles with continuous numbers on each tile block, then select «Continue downward».
  61.  
  62. - Check
  63.     Turn on check, if you don't want to print the pages, but wanted to check on
  64.     the display.
  65.  
  66. - Print
  67.     Generate numbering, and print pages, then saves preferences and quit.
  68.  
  69.